-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbt 0.18.0 support #103
dbt 0.18.0 support #103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on loading seeds with timestamp columns into Databricks
FACTORY.plugins[key] = plugin | ||
|
||
|
||
def inject_adapter(value, plugin): | ||
"""Inject the given adapter into the adapter factory, so your hand-crafted | ||
artisanal adapter will be available from get_adapter() as if dbt loaded it. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is funny
Do you want to also make the change around |
Bump dbt to 0.18.0rc1
Make a number of changes to support dbt-adapter-tests. A future PR will wire those up to this project (requires dbt-labs/dbt-adapter-tests/pull/3)